-
Notifications
You must be signed in to change notification settings - Fork 80
ECCX08Cert and CryptoUtil: arrangements for the introduction of a new hardware crypto #307
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov Report
@@ Coverage Diff @@
## master #307 +/- ##
=======================================
Coverage 94.87% 94.87%
=======================================
Files 27 27
Lines 1113 1113
=======================================
Hits 1056 1056
Misses 57 57 Continue to review full report at Codecov.
|
…TCloud certificates
…ate ArduinoIoTCloudTCP
Memory usage change @ bc88de4
Click for full report table
Click for full report CSV
|
Hi @pennam ☕ 👋 Looks like you are on a good way. One thing I wanted to let you know is that although the Provisioning sketch stored in this repository is very close/identical to the one used during cloud provisioning, the cloud team is storing their own version in a different (private) repository. Please check with @eclipse1985 to make sure their version is updated too, once your changes are complete. Cheers, Alex |
Thank you @aentinger, I've already updated also that one. I think that today i will make the final round of test on the board i have and then i will go on merging this one and opening another pr with the second part of this work. |
Goal of this PR is to ease the introduction of a new hardware crypto device in the ArduinoIoTCloud stack:
ECCX08CertClass
is substituted with a more genericArduinoIoTCloudCertClass
based on the originalECCX08CertClass
removing all references toECCX08
deviceI've forgot to fix the provisioning example 😿